home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / cl-nd-cl.lha / clue / README
Text File  |  1992-06-04  |  2KB  |  49 lines

  1.  
  2.  
  3.               Common Lisp User Interface Environment (CLUE)
  4.                                                                           
  5.      Copyright (C) 1988, 1989, 1990  Texas Instruments Incorporated
  6.  
  7.  
  8. Welcome to CLUE and its  companion systems!  Included are  the following
  9. subdirectories.
  10.  
  11.  
  12.     clue/clue
  13.  
  14.         The Common Lisp User Interface Environment (CLUE) is a  portable
  15.         system for  user  interface  programming  in Common Lisp.  CLUE,
  16.         which is based on the X Window System and the Common Lisp Object
  17.         System  (CLOS),  extends  the   CLX  interface  to   provide  an
  18.         architectural model  for  the  construction  of interactive Lisp
  19.         applications.  Modelled on the Xt toolkit library, CLUE could be
  20.         described as  a  translation  of  the  Xt  "intrinsics" into the
  21.         domain of Common Lisp and CLOS.
  22.  
  23.     clue/clio
  24.         
  25.         Common Lisp Interactive Objects (CLIO) is a set of CLOS  classes
  26.         that represent  the  standard  components  of an object-oriented
  27.         user interface --- such as  text, menus, buttons, scroller,  and
  28.         dialogs.  CLIO is designed  to be a  portable system written  in
  29.         Common Lisp and based on CLX, CLUE, and CLOS.  CLIO specifies an
  30.         application progam interface that is look-and-feel  independent.
  31.         That is, the  look-and-feel of  CLIO components  is encapsulated
  32.         within the  implementation  of  the  CLIO  interface.   A sample
  33.         implementation for OPEN LOOK (TM AT&T) is provided.
  34.  
  35.     clue/pictures
  36.  
  37.         Pictures is an  object-oriented graphics  package built  on CLX,
  38.         CLUE,  and  CLOS.   Pictures  provides  a  set  of  classes  for
  39.         creating,  transforming,  and   interacting  with   hierarchical
  40.         structures of 2D graphical primitives.
  41.  
  42. -----------------------------------------------------------------------------
  43. The systems clue, clio, and clio-examples included in this distribution
  44. have been edited slightly to run faster with March 92 PCL.
  45.  
  46. The original clue distribution is in ti.com:pub/clue.tar.Z
  47.  
  48. The system clue/pictures is not included here because I have not yet
  49. tested it.